type google.golang.org/grpc/stats.outgoingTagsKey
3 uses
google.golang.org/grpc/stats (current package)
stats.go#L240: type outgoingTagsKey struct{}
stats.go#L251: return context.WithValue(ctx, outgoingTagsKey{}, b)
stats.go#L277: b, _ := ctx.Value(outgoingTagsKey{}).([]byte)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)